0x00 题记
参考了哈士奇师傅的博客 (http://lucifaer.com/index.php/archives/19/) 研究了redtiger的一道盲注题 地址 (http://redtiger.labs.overthewire.org/level4.php)
0x01
首先这道题目是需要前一道题的cookie的,通过题目的回显,可以判断是一道盲注型的sql注入题。先判断keyword的长度。
http://redtiger.labs.overthewire.org/level4.php?id=0%20union%20select%201,keyword%20from%20level4_secret%20where%20length(keyword)=21--+ 经判断,keyword长度是21。然后我们写一个python脚本
1 | import requests |
用的是遍历,速度还是有一点慢的。最后可以看到结果